Data Structure

  • Home -
  • Data Structure

Data Structure - Topic Wise Multiple Choice Questions (MCQ)

Data Structure DS MCQ for Specialist Officer exam freshers interview Practice Multiple Choice DS Interview Questions and answer for MNC IT Job SO Exam



11 )

The complexity of merge sort algorithm is

O(n)
O(log n)
O(n2)
O(n log n)


View Solution



12 )

The indirect change of the values of a variable in one module by another module is called

internal change
inter-module change
side effect
side-module update


View Solution



13 )

Which of the following data structure is not linear data structure?

Arrays
Linked lists
Both of above
None of above


View Solution



14 )

Which of the following data structure is linear data structure?

Trees
Graphs
Arrays
None of above


View Solution



15 )

The operation of processing each element in the list is known as

Sorting
Merging
Inserting
Traversal


View Solution